type runtime.specialReachable
6 uses
runtime (current package)
mgc.go#L2269: specials := make([]*specialReachable, len(ptrs))
mgc.go#L2272: s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
mgcsweep.go#L606: (*specialReachable)(unsafe.Pointer(special)).reachable = true
mheap.go#L799: h.specialReachableAlloc.init(unsafe.Sizeof(specialReachable{}), nil, nil, &memstats.other_sys)
mheap.go#L2730: type specialReachable struct {
mheap.go#L2807: sp := (*specialReachable)(unsafe.Pointer(s))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)